/* 屏幕小于等于 768px */
@media screen and (max-width: 767px){
    
}
/* 屏幕大于等于 768px */
@media screen and (min-width: 768px){
    
}
/* 屏幕小于等于 1200px */
@media screen and (max-width: 1200px){
	.box{
		width: 95%  !important;
	}
	.commonBox {
		width: 95% !important;
	}
	.footer1 {
		width: 14% !important;
	}
	.footer2 {
		width: 85% !important;
	}
	.footer3 {
		width: 100% !important;
	}
	.pc {
		display: none;
	}
	.pe {
		display: block !important;
	}
}
/* 屏幕大于等于 1200px */
@media screen and (min-width: 1200px){
	
}

/* 通用样式 */
/* 白色背景模块*/
.BWhite {
	width: 100%;
	overflow: hidden;
}
/* 灰色背景模块 */
.BGray {
	width: 100%;
	overflow: hidden;
	background-color: #f7f7f7;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
/* 常用盒子 */
.box {
	width: 1200px;
	margin: 40px auto;
	overflow: hidden;
}
.commonBox {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.bannerBox {
	width: 1200px;
	margin: 0 auto;
	z-index: 99;
	position: relative;
}

/* 页头 */

.menu {
	width: 100%;
	margin-top: 20px;
}
.menu li {
	display: inline-block;
	background-color: rgb(36, 106, 204,0.6);
	background-color: #246acc;
	padding: 0 1rem;
	border-radius: 100px ;
	font-size: 14px;
}
.menu a {
	color: #fff;
}
.logo {
	/* width: 21.5625rem; */
	/* margin: 0 auto; */
	margin-top: 20px;
	text-align: center;
}
/* .logo img {
	width: 100%; 
} */
.search {
	width: 41.75rem;
	height: 150px;
	margin: 0 auto;
	/* background: url(/newCommImg/searchNew.png) no-repeat center; */
	background: url(/newCommImg/search3.png) no-repeat center;
	position: relative;
}
.searchBox {
	width: 100%;
	height: 64px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ssLeft {
	width: 345px;
	height: 64px;
	line-height: 64px;
	/* margin-left: 8%; */
	border: none;
	background: none;
	outline: none;
	font-size: 17px;
	float: left;
	padding-right: 5px;
	padding-left: 9px;
	/* border-left: 1px solid #eeeeee; */
}
.yuyin {
	width: 25px;
	height: 64px;
	float: left;
}
.ssRight {
	width: 188px;
	line-height: 64px;
	float: right;
	border: none;
	background: none;
	outline: none;
}
.search1 {
	width: 89px;
	float: left;
	line-height: 64px;
	cursor: pointer;
	border-right: 1px solid #eeeeee;
	background: url(/imagegm/searchSanJiao.png) no-repeat 93%;
}
.search2 {
	width: 578px;
	float: left;
	line-height: 64px;
}
.search #k_show_yx{
	color: #5093e0;
	text-align: center;
	font-size: 17px;
	width: 90px;
	line-height: 64px;
}
.search #k_show_xx {
    display: none;
	width: 90px;
    height: 80px;
    overflow: hidden;
    background: #fff;
    margin: -31px 0 0 0px;
    padding-top: 27px;
    border-radius: 0px 0px 30px 30px;
}
.search #k_show_xx a {
    display: block;
    line-height: 35px;
    color: #333;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}


.popular {
	width: 750px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
}
.popular li{
	float: left;
	margin-right: 20px;
	font-size: 18px;
	color: #fff;
}
.popular a {
	font-size: 18px;
	color: #fff;
}

.navp {
	width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #246acc;
	overflow: hidden;
}
.navp ul {
	width: 90%;
	float: left;
}
.navp .szLogo {
	width: 10%;
	float: right;
	text-align: center;
}
.navp li {
	width: 20%;
	text-align: center;
	float: left;
	line-height: 50px;
	font-size: 20px;
}
.navp li a{
	font-size: 20px;
}
.navp a:hover {
	color: #246acc;
	font-weight: bold;
}
.navp li img{
	margin-right: 10px;
	vertical-align: middle;
}

/* 页脚 */
.footer {
	width: 100%;
	background-color: #003d7e;
	padding: 20px 0;
}
.footer1 {
	width: 9%;
	float: left;
	text-align: center;
	padding-right: 1%;
}
.footer1 img {
	max-width: 53px;
}
.footer2 {
	width: 70%;
	float: left;
	color: #fff !important;
	line-height: 40px !important;
}
.footer2 li {
	color: #fff !important;
	line-height: 40px !important;
}
.footer2 a {
	color: #fff !important;
}
.footer3 {
	width: 20%;
	float: left;
}
.footer3 li {
	float: left;
	width: 33.3%;
	text-align: center;
	/* margin-right: 20px; */
}
.footer3 img {
	width: 60px;
	height: 60px;
}


/* 手机端 */
.pe {
	display: none;
}

/* 搜索 */
.peSearch {
	width: 320px;
	/* height: 81px; */
	margin: 0 auto;
	position: relative;
	background: url(/newCommImg/ss1.png)no-repeat 92% top;
	/* overflow: hidden; */
	background-size: 60px;
	margin-top: 15px;
	padding-top: 50px;
}
.peSearchBox {
	width: 100%;
	height: 31px;
	/* overflow: hidden; */
	margin: 0 auto;
	/* position: absolute;
	left: 0;
	bottom: 0; */
	/* background: url(/newCommImg/peSsNew.png)no-repeat center; */
	background: url(/newCommImg/peSs2.png)no-repeat center;
	background-size: 100%;
	z-index: 3;
	/* margin-top: 50px; */
}
.yuyinPe {
	width: 23px;
	height: 31px;
	float: left;
}
.peSsLeft {
	width: 151px;
	line-height: 31px;
	margin-left: 10px;
	border: none;
	background: none;
	outline: none;
	font-size: 12px;
	float: left;
	/* padding-right: 6px; */
}
.peSsRight {
	width: 89px;
	line-height: 31px;
	float: right;
	border: none;
	background: none;
	outline: none;
}

.peSearch1 {
	width: 45px;
	height: 31px;
	float: left;
	line-height: 31px;
	cursor: pointer;
	border-right: 1px solid #eeeeee;
	background: url(/imagegm/searchSanJiao.png) no-repeat 93%;
	background-size: 8px;
}
.peSearch2 {
	width: 274px;
	float: left;
	line-height: 31px;
}
.peSearch #PEk_show_yx{
	color: #5093e0;
	text-align: center;
	font-size: 12px;
	width: 35px;
    line-height: 31px;
	margin-left: 5px;
}
.peSearch #PEk_show_xx {
    display: none;
	width: 45px;
    height: 46px;
    overflow: hidden;
    background: #fff;
    margin: -12px 0 0 0px;
    padding-top: 10px;
    border-radius: 0px 0px 30px 30px;
}
.peSearch #PEk_show_xx a {
    display: block;
    line-height: 20px;
    color: #333;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
}




.pePopular {
	width: 320px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 5px;
	display: flex;
	justify-content:space-between;
	font-size: 12px;
	color: #fff;
}
.pePopular a {
	font-size: 12px;
	color: #fff;
}
/* 手机端菜单 */
.peNav {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	display: none;
}
.peNavOff {
	width: 100vw;
	height: 100vh;
	background-color: #000000;
	opacity: 0.3;
}
.peNavBox {
	width: 60vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
	background-color: #214d96;
}
.peNav1 {
	padding-left: 15%;
	overflow: hidden;
	background: url(/newCommImg/navB.png) no-repeat center bottom;
	background-size: 100%;
}
.peNav1 li {
	background: url(/newCommImg/navB.png) no-repeat center bottom;
	background-size: 100%;
}
.peNav1 a {
	color: #fff;
	line-height: 60px;
	display: flex;
	align-items: center;
	font-size: 16px;
}
.peNav1 a img {
	margin-right: 15px;
	width: 22px;
}
.peNav2 {
	display: flex;
	flex-wrap: wrap;
	padding-left: 15%;
}
.peNav2 li{
	margin-top: 20px;
	border-radius: 15px;
	background-color: #4e99db;
	padding: 0 10px;
	margin-right: 10px;
	line-height: 25px;
}
.peNav2 a {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}